type net/http.connectMethod

10 uses

	net/http (current package)
		transport.go#L833: func (t *Transport) connectMethodForRequest(treq *transportRequest) (cm connectMethod, err error) {
		transport.go#L845: func (cm *connectMethod) proxyAuth() string {
		transport.go#L1188: 	cm    connectMethod
		transport.go#L1331: func (t *Transport) getConn(treq *transportRequest, cm connectMethod) (pc *persistConn, err error) {
		transport.go#L1563: func (t *Transport) dialConn(ctx context.Context, cm connectMethod) (pconn *persistConn, err error) {
		transport.go#L1799: type connectMethod struct {
		transport.go#L1810: func (cm *connectMethod) key() connectMethodKey {
		transport.go#L1828: func (cm *connectMethod) scheme() string {
		transport.go#L1836: func (cm *connectMethod) addr() string {
		transport.go#L1845: func (cm *connectMethod) tlsHost() string {